func github.com/jackc/pgx/v5/pgtype.parseNumericString
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
numeric.go#L140: num, exp, err := parseNumericString(src)
numeric.go#L174: func parseNumericString(str string) (n *big.Int, exp int32, err error) {
numeric.go#L372: num, exp, err := parseNumericString(strconv.FormatFloat(n.Float64, 'f', -1, 64))
numeric.go#L795: num, exp, err := parseNumericString(string(src))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)